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 /kcmshell/main.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 'kcmshell/main.h')
-rw-r--r-- | kcmshell/main.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kcmshell/main.h b/kcmshell/main.h index 6b4c944ee..6a7c34ee7 100644 --- a/kcmshell/main.h +++ b/kcmshell/main.h @@ -43,7 +43,7 @@ public: * @param dcopName name to set the DCOP name to * @param rootMode true if the kcmshell is embedding */ - void setDCOPName(const QCString &dcopName, bool rootMode ); + void setDCOPName(const TQCString &dcopName, bool rootMode ); /** * Waits until the last instance of kcmshell with the same @@ -60,7 +60,7 @@ private slots: /** */ - void appExit( const QCString &appId ); + void appExit( const TQCString &appId ); private: @@ -68,7 +68,7 @@ private: * The DCOP name which actually is registered. * For example "kcmshell_mouse". */ - QCString m_dcopName; + TQCString m_dcopName; }; @@ -88,14 +88,14 @@ public: /** */ - KCMShellMultiDialog( int dialogFace, const QString& caption, - QWidget *parent=0, const char *name=0, bool modal=false); + KCMShellMultiDialog( int dialogFace, const TQString& caption, + TQWidget *parent=0, const char *name=0, bool modal=false); k_dcop: /** */ - virtual void activate( QCString asn_id ); + virtual void activate( TQCString asn_id ); }; |