diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kate/app/kateapp.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/app/kateapp.h')
-rw-r--r-- | kate/app/kateapp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kate/app/kateapp.h b/kate/app/kateapp.h index ff1d9d967..b67901cd9 100644 --- a/kate/app/kateapp.h +++ b/kate/app/kateapp.h @@ -24,7 +24,7 @@ #include <kapplication.h> -#include <qvaluelist.h> +#include <tqvaluelist.h> class KateSessionManager; class KateAppDCOPIface; @@ -75,7 +75,7 @@ class KDE_EXPORT KateApp : public KApplication * @param fullVersion should full version be returned? * @return Kate version */ - static QString kateVersion (bool fullVersion = true); + static TQString kateVersion (bool fullVersion = true); /** * kate init @@ -140,7 +140,7 @@ class KDE_EXPORT KateApp : public KApplication * @param sgroup session group for this window * @return new constructed main window */ - KateMainWindow *newMainWindow (KConfig *sconfig = 0, const QString &sgroup = ""); + KateMainWindow *newMainWindow (KConfig *sconfig = 0, const TQString &sgroup = ""); /** * removes the mainwindow given, DOES NOT DELETE IT @@ -180,7 +180,7 @@ class KDE_EXPORT KateApp : public KApplication * @param isTempFile if set to true and the file is a local file, it will be deleted when the document is closed. * @return success */ - bool openURL (const KURL &url, const QString &encoding, bool isTempFile ); + bool openURL (const KURL &url, const TQString &encoding, bool isTempFile ); /** * position cursor in current active view @@ -196,7 +196,7 @@ class KDE_EXPORT KateApp : public KApplication * @param text text to fill in the new doc/view * @return success */ - bool openInput (const QString &text); + bool openInput (const TQString &text); private: /** @@ -227,7 +227,7 @@ class KDE_EXPORT KateApp : public KApplication /** * known main windows */ - QValueList<KateMainWindow*> m_mainWindows; + TQValueList<KateMainWindow*> m_mainWindows; /** * dcop interface |