summaryrefslogtreecommitdiffstats
path: root/sip/kio/kshellcompletion.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/kshellcompletion.sip')
-rw-r--r--sip/kio/kshellcompletion.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kio/kshellcompletion.sip b/sip/kio/kshellcompletion.sip
index 2ada63c..34049eb 100644
--- a/sip/kio/kshellcompletion.sip
+++ b/sip/kio/kshellcompletion.sip
@@ -33,11 +33,11 @@ class KShellCompletion : KURLCompletion
public:
KShellCompletion ();
- QString makeCompletion (const QString&);
+ TQString makeCompletion (const TQString&);
protected:
- void postProcessMatch (QString*);
- void postProcessMatches (QStringList*);
+ void postProcessMatch (TQString*);
+ void postProcessMatches (TQStringList*);
//ig void postProcessMatches (KCompletionMatches*) const;
protected: