summaryrefslogtreecommitdiffstats
path: root/kdecore/kcatalogue.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 /kdecore/kcatalogue.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 'kdecore/kcatalogue.h')
-rw-r--r--kdecore/kcatalogue.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdecore/kcatalogue.h b/kdecore/kcatalogue.h
index 38c067711..0658b9000 100644
--- a/kdecore/kcatalogue.h
+++ b/kdecore/kcatalogue.h
@@ -20,7 +20,7 @@
#ifndef KCATALOGUE_H
#define KCATALOGUE_H
-#include <qstring.h>
+#include <tqstring.h>
#include "kdelibs_export.h"
struct kde_loaded_l10nfile;
@@ -43,7 +43,7 @@ public:
* @param name The name of the catalog
* @param language The language of this catalog
*/
- explicit KCatalogue(const QString & name = QString::null, const QString & language = QString::null);
+ explicit KCatalogue(const TQString & name = TQString::null, const TQString & language = TQString::null);
/**
* Copy constructor.
@@ -65,14 +65,14 @@ public:
*
* @return The name of the catalog
*/
- QString name() const;
+ TQString name() const;
/**
* Returns the language of the catalog.
*
* @return The language of the catalog
*/
- QString language() const;
+ TQString language() const;
/**
* Returns the plural type for the catalog. This type is based on the language of the catalog
@@ -109,13 +109,13 @@ private:
* @param fileName The new file name
*/
- void setFileName( const QString & fileName );
+ void setFileName( const TQString & fileName );
/**
* @internal Retrieves the current file name.
*
* @return The current file name, if any.
*/
- QString fileName() const;
+ TQString fileName() const;
/**
* @internal Unloads the current file.