summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kate
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate')
-rw-r--r--kate/part/katebookmarks.h4
-rw-r--r--kate/part/katebuffer.h2
-rw-r--r--kate/part/katecodecompletion.h4
-rw-r--r--kate/part/katecodefoldinghelpers.h2
-rw-r--r--kate/part/kateconfig.h4
-rw-r--r--kate/part/katedialogs.h28
-rw-r--r--kate/part/katedocument.h2
-rw-r--r--kate/part/katejscript.h2
-rw-r--r--kate/part/kateprinter.h12
-rw-r--r--kate/part/kateschema.h2
-rw-r--r--kate/part/katetextline.h2
-rw-r--r--kate/part/kateview.h2
-rw-r--r--kate/part/kateviewinternal.h6
-rw-r--r--kate/part/test_regression.h2
-rw-r--r--kate/plugins/isearch/ISearchPlugin.h2
15 files changed, 38 insertions, 38 deletions
diff --git a/kate/part/katebookmarks.h b/kate/part/katebookmarks.h
index 574bb44ad..88e90ae4f 100644
--- a/kate/part/katebookmarks.h
+++ b/kate/part/katebookmarks.h
@@ -32,8 +32,8 @@ namespace Kate { class View; }
class KAction;
class KToggleAction;
class KActionCollection;
-class QPopupMenu;
-class QMenuData;
+class TQPopupMenu;
+class TQMenuData;
class KateBookmarks : public QObject
{
diff --git a/kate/part/katebuffer.h b/kate/part/katebuffer.h
index 6c4216810..602571c53 100644
--- a/kate/part/katebuffer.h
+++ b/kate/part/katebuffer.h
@@ -37,7 +37,7 @@ class KateBufBlockList;
class KateBuffer;
class KateFileLoader;
-class QTextCodec;
+class TQTextCodec;
/**
* The KateBufBlock class contains an amount of data representing
diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h
index 895151b05..34d620599 100644
--- a/kate/part/katecodecompletion.h
+++ b/kate/part/katecodecompletion.h
@@ -41,8 +41,8 @@ class KateView;
class KateArgHint;
class KateCCListBox;
-class QLayout;
-class QVBox;
+class TQLayout;
+class TQVBox;
class KateCodeCompletionCommentLabel : public QLabel
{
diff --git a/kate/part/katecodefoldinghelpers.h b/kate/part/katecodefoldinghelpers.h
index 72aebd49d..bea6a096c 100644
--- a/kate/part/katecodefoldinghelpers.h
+++ b/kate/part/katecodefoldinghelpers.h
@@ -30,7 +30,7 @@ class KateCodeFoldingTree;
class KateTextCursor;
class KateBuffer;
-class QString;
+class TQString;
//END
class KateHiddenLineBlock
diff --git a/kate/part/kateconfig.h b/kate/part/kateconfig.h
index 1e0ea5cb8..56d094cd0 100644
--- a/kate/part/kateconfig.h
+++ b/kate/part/kateconfig.h
@@ -34,8 +34,8 @@ class KateFontMetrics;
class KConfig;
-class QFont;
-class QTextCodec;
+class TQFont;
+class TQTextCodec;
/**
* Base Class for the Kate Config Classes
diff --git a/kate/part/katedialogs.h b/kate/part/katedialogs.h
index 8c8b2b61e..aa6f21f6d 100644
--- a/kate/part/katedialogs.h
+++ b/kate/part/katedialogs.h
@@ -63,19 +63,19 @@ class KPushButton;
class KRegExpDialog;
class KIntNumInput;
-class QButtonGroup;
-class QCheckBox;
-class QHBoxLayout;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QRadioButton;
-class QSpinBox;
-class QListBoxItem;
-class QWidgetStack;
-class QVBox;
-class QListViewItem;
-class QCheckBox;
+class TQButtonGroup;
+class TQCheckBox;
+class TQHBoxLayout;
+class TQLabel;
+class TQLineEdit;
+class TQPushButton;
+class TQRadioButton;
+class TQSpinBox;
+class TQListBoxItem;
+class TQWidgetStack;
+class TQVBox;
+class TQListViewItem;
+class TQCheckBox;
class KateConfigPage : public Kate::ConfigPage
{
@@ -279,7 +279,7 @@ class KatePartPluginListView : public KListView
void stateChanged(KatePartPluginListItem *, bool);
};
-class QListViewItem;
+class TQListViewItem;
class KatePartPluginConfigPage : public KateConfigPage
{
Q_OBJECT
diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h
index 2868203de..46e9e87f8 100644
--- a/kate/part/katedocument.h
+++ b/kate/part/katedocument.h
@@ -67,7 +67,7 @@ class KatePartPluginInfo;
class KTempFile;
-class QTimer;
+class TQTimer;
class KateKeyInterceptorFunctor;
diff --git a/kate/part/katejscript.h b/kate/part/katejscript.h
index f9cf23280..98b2ad85e 100644
--- a/kate/part/katejscript.h
+++ b/kate/part/katejscript.h
@@ -29,7 +29,7 @@
*/
class KateDocument;
class KateView;
-class QString;
+class TQString;
class KateJSDocument;
class KateJSView;
class KateJSIndenter;
diff --git a/kate/part/kateprinter.h b/kate/part/kateprinter.h
index 3f93b96ca..09f63d744 100644
--- a/kate/part/kateprinter.h
+++ b/kate/part/kateprinter.h
@@ -27,12 +27,12 @@ class KateDocument;
class KColorButton;
class KPrinter;
-class QCheckBox;
-class QComboBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QSpinBox;
+class TQCheckBox;
+class TQComboBox;
+class TQGroupBox;
+class TQLabel;
+class TQLineEdit;
+class TQSpinBox;
class KatePrinter
{
diff --git a/kate/part/kateschema.h b/kate/part/kateschema.h
index e5bc14b0d..38b15a054 100644
--- a/kate/part/kateschema.h
+++ b/kate/part/kateschema.h
@@ -38,7 +38,7 @@ class KateStyleListCaption;
class KColorButton;
-class QPopupMenu;
+class TQPopupMenu;
class KComboBox;
class KateSchemaManager
diff --git a/kate/part/katetextline.h b/kate/part/katetextline.h
index 2da0ca577..3922d04d0 100644
--- a/kate/part/katetextline.h
+++ b/kate/part/katetextline.h
@@ -29,7 +29,7 @@
#include <tqstring.h>
class KateRenderer;
-class QTextStream;
+class TQTextStream;
/**
* The KateTextLine represents a line of text. A text line that contains the
diff --git a/kate/part/kateview.h b/kate/part/kateview.h
index 8347c4174..aa428096d 100644
--- a/kate/part/kateview.h
+++ b/kate/part/kateview.h
@@ -49,7 +49,7 @@ class KAction;
class KRecentFilesAction;
class KSelectAction;
-class QGridLayout;
+class TQGridLayout;
//
// Kate KTextEditor::View class ;)
diff --git a/kate/part/kateviewinternal.h b/kate/part/kateviewinternal.h
index 815eb07c0..9b0a940be 100644
--- a/kate/part/kateviewinternal.h
+++ b/kate/part/kateviewinternal.h
@@ -38,9 +38,9 @@ class KateView;
class KateIconBorder;
class KateScrollBar;
-class QHBoxLayout;
-class QVBoxLayout;
-class QScrollBar;
+class TQHBoxLayout;
+class TQVBoxLayout;
+class TQScrollBar;
enum Bias
{
diff --git a/kate/part/test_regression.h b/kate/part/test_regression.h
index 3e4075e96..ee4f8fdfa 100644
--- a/kate/part/test_regression.h
+++ b/kate/part/test_regression.h
@@ -36,7 +36,7 @@
class KateDocument;
class KateView;
class RegressionTest;
-class QTimer;
+class TQTimer;
namespace KParts {
class URLArgs;
diff --git a/kate/plugins/isearch/ISearchPlugin.h b/kate/plugins/isearch/ISearchPlugin.h
index 9627193b8..836ecbc7e 100644
--- a/kate/plugins/isearch/ISearchPlugin.h
+++ b/kate/plugins/isearch/ISearchPlugin.h
@@ -30,7 +30,7 @@
#include <tqobject.h>
#include <tqguardedptr.h>
-class QLabel;
+class TQLabel;
class ISearchPlugin : public KTextEditor::Plugin, public KTextEditor::PluginViewInterface
{