summaryrefslogtreecommitdiffstats
path: root/ksayit/src/effectstack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/effectstack.cpp')
-rw-r--r--ksayit/src/effectstack.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/src/effectstack.cpp b/ksayit/src/effectstack.cpp
index 7497847..67cfb44 100644
--- a/ksayit/src/effectstack.cpp
+++ b/ksayit/src/effectstack.cpp
@@ -11,7 +11,7 @@
//
// Qt includes
-#include <qstringlist.h>
+#include <tqstringlist.h>
// KDE includes
#include <kdebug.h>
@@ -37,8 +37,8 @@ bool EffectStack::loadEffects()
{
kdDebug(100200) << "EffectStack::loadEffects()" << endl;
- QStringList c_active;
- QStringList::Iterator fx_it;
+ TQStringList c_active;
+ TQStringList::Iterator fx_it;
// create filterstack
FX_Stack = server.server().outstack();