summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kmainwindowiface.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-04 01:34:05 -0600
committerTimothy Pearson <[email protected]>2011-12-04 01:34:05 -0600
commit51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch)
treee065690320b48d6f7af4d01f202fd2e4e1c12a0f /sip/tdeui/kmainwindowiface.sip
parent63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff)
downloadpytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz
pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip
Fix FTBFS
Diffstat (limited to 'sip/tdeui/kmainwindowiface.sip')
-rw-r--r--sip/tdeui/kmainwindowiface.sip8
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdeui/kmainwindowiface.sip b/sip/tdeui/kmainwindowiface.sip
index 9260e51..f0fd1a8 100644
--- a/sip/tdeui/kmainwindowiface.sip
+++ b/sip/tdeui/kmainwindowiface.sip
@@ -35,18 +35,18 @@ public:
%If ( KDE_3_1_4 - )
virtual bool process (const TQCString&, const TQByteArray&, TQCString&, TQByteArray&);
- TQCStringList functions ();
- TQCStringList interfaces ();
+ QCStringList functions ();
+ QCStringList interfaces ();
%End
public:
KMainWindowInterface (KMainWindow*);
- TQCStringList functionsDynamic ();
+ QCStringList functionsDynamic ();
bool processDynamic (const TQCString&, const TQByteArray&, TQCString&, TQByteArray&);
public:
- TQCStringList actions ();
+ QCStringList actions ();
bool activateAction (TQCString);
bool disableAction (TQCString);
bool enableAction (TQCString);