summaryrefslogtreecommitdiffstats
path: root/kcmshell/main.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /kcmshell/main.h
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-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.h12
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 );
};