diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:53 -0600 |
commit | 7d07294e82b3eb432ae53752adb84b909211ac57 (patch) | |
tree | 6822a123e605f68057fa53a7c9ed43aa7d3dbe73 /pics | |
parent | 7b745a9472f418920ad89f0cd28d3e94de40bee2 (diff) | |
download | twin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.tar.gz twin-style-crystal-7d07294e82b3eb432ae53752adb84b909211ac57.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 7b745a9472f418920ad89f0cd28d3e94de40bee2.
Diffstat (limited to 'pics')
-rw-r--r-- | pics/embedtool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pics/embedtool.cpp b/pics/embedtool.cpp index 58c1a4d..c1712b9 100644 --- a/pics/embedtool.cpp +++ b/pics/embedtool.cpp @@ -24,7 +24,7 @@ /* Taken from nVIDIA KWin sources and modified by Sascha Hlusiak, 2006 */ #include <tqimage.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqregexp.h> #include <tqfile.h> #include <tqfileinfo.h> @@ -64,7 +64,7 @@ private: nVIDIAEmbedder::nVIDIAEmbedder() { - TQDateTime date( TQDateTime::currentDateTime() ); + TQDateTime date( TQDateTime::tqcurrentDateTime() ); TQString datestring( date.toString() ); // file = new TQFile( "tiles.h" ); |