diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:46:43 +0000 |
commit | ffe8a83e053396df448e9413828527613ca3bd46 (patch) | |
tree | a73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kparts/mainwindow.h | |
parent | 682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff) | |
download | tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kparts/mainwindow.h')
-rw-r--r-- | kparts/mainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kparts/mainwindow.h b/kparts/mainwindow.h index e0848563a..aeb3e2793 100644 --- a/kparts/mainwindow.h +++ b/kparts/mainwindow.h @@ -20,7 +20,7 @@ #ifndef __MAINWINDOW_H #define __MAINWINDOW_H -#include <qptrlist.h> +#include <tqptrlist.h> #include <kaction.h> #include <kmainwindow.h> @@ -51,7 +51,7 @@ class KPARTS_EXPORT MainWindow : public KMainWindow, virtual public PartBase /** * Constructor, same signature as KMainWindow. */ - MainWindow( QWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose ); + MainWindow( TQWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose ); /** * Compatibility Constructor */ @@ -60,7 +60,7 @@ class KPARTS_EXPORT MainWindow : public KMainWindow, virtual public PartBase * Constructor with creation flags, see KMainWindow. * @since 3.2 */ - MainWindow( int cflags, QWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose ); + MainWindow( int cflags, TQWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose ); /** * Destructor. */ @@ -85,7 +85,7 @@ protected slots: * Reimplement if your mainwindow has a complex statusbar * (with several items) */ - virtual void slotSetStatusBarText( const QString & ); + virtual void slotSetStatusBarText( const TQString & ); /** * Rebuilds the GUI after KEditToolbar changed the toolbar layout. |