diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:34:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:34:26 -0600 |
commit | ab51f6a1367bd94d17209f6d8b327ab5e7eec56f (patch) | |
tree | 5ebd79b11b23e6b8747d98fbc4fa9c2d643f9ceb /tools/dbusxml2qt3/main.cpp | |
parent | 58cb4c3b8f46adc7af96dc8c7537f85bdf673288 (diff) | |
download | dbus-1-tqt-ab51f6a1367bd94d17209f6d8b327ab5e7eec56f.tar.gz dbus-1-tqt-ab51f6a1367bd94d17209f6d8b327ab5e7eec56f.zip |
Rename a number of old tq methods that are no longer tq specific
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 cdc0a98..b58f5cf 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 <tqtextstream.h> +#include <textstream.h> // local includes #include "classgen.h" |