diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
commit | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (patch) | |
tree | a2f011f22aa31d0839c6e2118501b7a6d2f2ae96 /ksayit/src/effectstack.cpp | |
parent | 0285229d858c8f03cde7354c679a752598cf4515 (diff) | |
download | tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.tar.gz tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/src/effectstack.cpp')
-rw-r--r-- | ksayit/src/effectstack.cpp | 6 |
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(); |