diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:57:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:57:57 -0600 |
commit | c29685c8eeefc745ebaadfd532962f4e3a7d55ea (patch) | |
tree | 41dcdd85f157152fd7d2aadeb645324352c1b2b9 /tools/dbusxml2qt3/main.cpp | |
parent | ab51f6a1367bd94d17209f6d8b327ab5e7eec56f (diff) | |
download | dbus-1-tqt-c29685c8eeefc745ebaadfd532962f4e3a7d55ea.tar.gz dbus-1-tqt-c29685c8eeefc745ebaadfd532962f4e3a7d55ea.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit ab51f6a1367bd94d17209f6d8b327ab5e7eec56f.
Diffstat (limited to 'tools/dbusxml2qt3/main.cpp')
-rw-r--r-- | tools/dbusxml2qt3/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbusxml2qt3/main.cpp b/tools/dbusxml2qt3/main.cpp index b58f5cf..cdc0a98 100644 --- a/tools/dbusxml2qt3/main.cpp +++ b/tools/dbusxml2qt3/main.cpp @@ -28,7 +28,7 @@ #include <tqdom.h> #include <tqfile.h> #include <tqmap.h> -#include <textstream.h> +#include <tqtextstream.h> // local includes #include "classgen.h" |