diff options
Diffstat (limited to 'kdeprint/descriptions/sortthem.cpp')
-rw-r--r-- | kdeprint/descriptions/sortthem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/descriptions/sortthem.cpp b/kdeprint/descriptions/sortthem.cpp index e9e49c058..9adc284b1 100644 --- a/kdeprint/descriptions/sortthem.cpp +++ b/kdeprint/descriptions/sortthem.cpp @@ -1,14 +1,14 @@ -#include <qstring.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqstringlist.h> #include <stdlib.h> #include <stdio.h> int main(int argc, char **argv) { -QStringList have; +TQStringList have; char buf[1024]; |