summaryrefslogtreecommitdiffstats
path: root/kio/kio/kservicegroupfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/kservicegroupfactory.h')
-rw-r--r--kio/kio/kservicegroupfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kio/kservicegroupfactory.h b/kio/kio/kservicegroupfactory.h
index 352ca2d1c..b1131b398 100644
--- a/kio/kio/kservicegroupfactory.h
+++ b/kio/kio/kservicegroupfactory.h
@@ -52,12 +52,12 @@ public:
/**
* Find a group ( by desktop path, e.g. "Applications/Editors")
*/
- KServiceGroup * tqfindGroupByDesktopPath( const TQString &_name, bool deep = true );
+ KServiceGroup * findGroupByDesktopPath( const TQString &_name, bool deep = true );
/**
* Find a base group by name, e.g. "settings"
*/
- KServiceGroup * tqfindBaseGroup( const TQString &_baseGroupName, bool deep = true );
+ KServiceGroup * findBaseGroup( const TQString &_baseGroupName, bool deep = true );
/**
* @return the unique service group factory, creating it if necessary