summaryrefslogtreecommitdiffstats
path: root/src/misc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:33:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:33:46 -0600
commit4faf11eccc5f08d2aa0540157d6eff80b7cdb02a (patch)
tree19bc4d69423c21bcde8ac0cb6fcb11146ae19137 /src/misc
parente6d6692eda797b10f322a83ffdcf23fca719709e (diff)
downloadrosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.tar.gz
rosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/Debug.cpp6
-rw-r--r--src/misc/Strings.cpp2
-rw-r--r--src/misc/stableheaders.h14
3 files changed, 11 insertions, 11 deletions
diff --git a/src/misc/Debug.cpp b/src/misc/Debug.cpp
index 502b68d..7218226 100644
--- a/src/misc/Debug.cpp
+++ b/src/misc/Debug.cpp
@@ -30,7 +30,7 @@
#include <tqregion.h>
#include <tqstringlist.h>
#include <tqpen.h>
-#include <tqbrush.h>
+#include <brush.h>
#include <tqsize.h>
#include <kurl.h>
#endif
@@ -307,8 +307,8 @@ operator<<(kdbgstream &dbg, const TQRegion& reg )
TQMemArray<TQRect>rs = reg.rects();
for (uint i = 0;i < rs.size();++i)
- dbg << TQString("[%1,%2 - %3x%4] ").tqarg(rs[i].x()).tqarg(rs[i].y())
- .tqarg(rs[i].width()).tqarg(rs[i].height() ) ;
+ dbg << TQString("[%1,%2 - %3x%4] ").arg(rs[i].x()).arg(rs[i].y())
+ .arg(rs[i].width()).arg(rs[i].height() ) ;
dbg << "]";
return dbg;
diff --git a/src/misc/Strings.cpp b/src/misc/Strings.cpp
index 57dc4d3..192044d 100644
--- a/src/misc/Strings.cpp
+++ b/src/misc/Strings.cpp
@@ -25,7 +25,7 @@
#include "base/Segment.h"
#include "base/Event.h"
-#include <tqtextcodec.h>
+#include <textcodec.h>
diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h
index 6e2d55a..2bdbfa9 100644
--- a/src/misc/stableheaders.h
+++ b/src/misc/stableheaders.h
@@ -35,14 +35,14 @@
#include <private/tqucomextra_p.h>
#include <tqmetaobject.h>
#include <tqobjectdefs.h>
-#include <tqsignalslotimp.h>
+#include <signalslotimp.h>
#include <tqstyle.h>
// Headers used by Rosegarden or KDE3
#include <tqaccel.h>
#include <tqapplication.h>
#include <tqbitmap.h>
-#include <tqbrush.h>
+#include <brush.h>
#include <tqbuffer.h>
#include <tqbuttongroup.h>
#include <tqbutton.h>
@@ -78,7 +78,7 @@
#include <tqimage.h>
#include <tqinputdialog.h>
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqlineedit.h>
#include <tqlistbox.h>
#include <tqlistview.h>
@@ -88,7 +88,7 @@
#include <tqobjectlist.h>
#include <tqpaintdevicemetrics.h>
#include <tqpainter.h>
-#include <tqpalette.h>
+#include <palette.h>
#include <tqpen.h>
#include <tqpixmap.h>
#include <tqpointarray.h>
@@ -118,9 +118,9 @@
#include <tqstrlist.h>
#include <tqtable.h>
#include <tqtabwidget.h>
-#include <tqtextcodec.h>
-#include <tqtextedit.h>
-#include <tqtextstream.h>
+#include <textcodec.h>
+#include <textedit.h>
+#include <textstream.h>
#include <tqthread.h>
#include <tqtimer.h>
#include <tqtoolbutton.h>