diff options
Diffstat (limited to 'sip/kparts/mainwindow.sip')
-rw-r--r-- | sip/kparts/mainwindow.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kparts/mainwindow.sip b/sip/kparts/mainwindow.sip index 3fa7d3e..181af5f 100644 --- a/sip/kparts/mainwindow.sip +++ b/sip/kparts/mainwindow.sip @@ -34,17 +34,17 @@ class MainWindow : KMainWindow, KParts::PartBase public: - MainWindow (QWidget* /TransferThis/, const char* = 0, WFlags = WType_TopLevel |WDestructiveClose ); + MainWindow (TQWidget* /TransferThis/, const char* = 0, WFlags = WType_TopLevel |WDestructiveClose ); MainWindow (const char* = 0, WFlags = WDestructiveClose ); %If ( KDE_3_2_0 - ) - MainWindow (int, QWidget* /TransferThis/, const char* = 0, WFlags = WType_TopLevel |WDestructiveClose ); + MainWindow (int, TQWidget* /TransferThis/, const char* = 0, WFlags = WType_TopLevel |WDestructiveClose ); %End protected slots: void createGUI (KParts::Part*); - virtual void slotSetStatusBarText (const QString&); + virtual void slotSetStatusBarText (const TQString&); %If ( KDE_3_4_0 - ) void saveNewToolbarConfig (); |