summaryrefslogtreecommitdiffstats
path: root/kolf/pluginloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/pluginloader.h')
-rw-r--r--kolf/pluginloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/pluginloader.h b/kolf/pluginloader.h
index 8d43db66..bd9f52e1 100644
--- a/kolf/pluginloader.h
+++ b/kolf/pluginloader.h
@@ -2,12 +2,12 @@
#define PLUGINLOADER_H
#include <object.h>
-#include <qstring.h>
+#include <tqstring.h>
namespace PluginLoader
{
ObjectList *loadAll();
- Object *load(const QString &);
+ Object *load(const TQString &);
}
#endif