summaryrefslogtreecommitdiffstats
path: root/pics
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:34:16 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:34:16 -0600
commit7b745a9472f418920ad89f0cd28d3e94de40bee2 (patch)
treed7d32c2d2bd635d0bff4a586daa44708ae7dbc43 /pics
parentdb9e36b9865bce73259465e4e71415facc0c2560 (diff)
downloadtwin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.tar.gz
twin-style-crystal-7b745a9472f418920ad89f0cd28d3e94de40bee2.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'pics')
-rw-r--r--pics/embedtool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pics/embedtool.cpp b/pics/embedtool.cpp
index c1712b9..58c1a4d 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 <tqtextstream.h>
+#include <textstream.h>
#include <tqregexp.h>
#include <tqfile.h>
#include <tqfileinfo.h>
@@ -64,7 +64,7 @@ private:
nVIDIAEmbedder::nVIDIAEmbedder()
{
- TQDateTime date( TQDateTime::tqcurrentDateTime() );
+ TQDateTime date( TQDateTime::currentDateTime() );
TQString datestring( date.toString() );
// file = new TQFile( "tiles.h" );