summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/configurable.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/configurable.h')
-rw-r--r--umbrello/umbrello/configurable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/configurable.h b/umbrello/umbrello/configurable.h
index 8debcba1..e26c4e87 100644
--- a/umbrello/umbrello/configurable.h
+++ b/umbrello/umbrello/configurable.h
@@ -19,8 +19,8 @@
#ifndef UMBRELLO_CONFIGURABLE_H
#define UMBRELLO_CONFIGURABLE_H
-#include <qstring.h>
-#include <qptrlist.h>
+#include <tqstring.h>
+#include <tqptrlist.h>
// forward declarations
class KLibrary;
@@ -97,7 +97,7 @@ protected:
*
* @return True on success, false on failure.
*/
- bool loadPlugins(KConfig *config, const QString &key);
+ bool loadPlugins(KConfig *config, const TQString &key);
/**
* This is a convenience method for derived classes. When a functional object
@@ -109,7 +109,7 @@ protected:
bool unloadPlugins();
private:
- typedef QPtrList<Plugin> PluginList;
+ typedef TQPtrList<Plugin> PluginList;
PluginList _plugins; ///< List of loaded plugins
};