diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:46 -0600 |
commit | 4faf11eccc5f08d2aa0540157d6eff80b7cdb02a (patch) | |
tree | 19bc4d69423c21bcde8ac0cb6fcb11146ae19137 /src/misc/stableheaders.h | |
parent | e6d6692eda797b10f322a83ffdcf23fca719709e (diff) | |
download | rosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.tar.gz rosegarden-4faf11eccc5f08d2aa0540157d6eff80b7cdb02a.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/misc/stableheaders.h')
-rw-r--r-- | src/misc/stableheaders.h | 14 |
1 files changed, 7 insertions, 7 deletions
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> |