From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/part/kateschema.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kate/part/kateschema.h') diff --git a/kate/part/kateschema.h b/kate/part/kateschema.h index 38b15a054..4afd26255 100644 --- a/kate/part/kateschema.h +++ b/kate/part/kateschema.h @@ -125,7 +125,7 @@ class KateViewSchemaAction : public KActionMenu popup menu and a slot to edit a style using the keyboard. Added by anders, jan 23 2002. */ -class KateStyleListView : public QListView +class KateStyleListView : public TQListView { Q_OBJECT @@ -160,7 +160,7 @@ class KateStyleListView : public QListView TQFont docfont; }; -class KateSchemaConfigColorTab : public QWidget +class KateSchemaConfigColorTab : public TQWidget { Q_OBJECT @@ -198,7 +198,7 @@ class KateSchemaConfigColorTab : public QWidget void schemaChanged( int newSchema ); signals: - void changed(); // connected to parentWidget()->parentWidget() TQT_SLOT(slotChanged) + void changed(); // connected to tqparentWidget()->tqparentWidget() TQT_SLOT(slotChanged) protected slots: void slotMarkerColorChanged(const TQColor&); @@ -207,7 +207,7 @@ class KateSchemaConfigColorTab : public QWidget typedef TQMap FontMap; // ### remove it -class KateSchemaConfigFontTab : public QWidget +class KateSchemaConfigFontTab : public TQWidget { Q_OBJECT @@ -223,7 +223,7 @@ class KateSchemaConfigFontTab : public QWidget void schemaChanged( int newSchema ); signals: - void changed(); // connected to parentWidget()->parentWidget() TQT_SLOT(slotChanged) + void changed(); // connected to tqparentWidget()->tqparentWidget() TQT_SLOT(slotChanged) private: class KFontChooser *m_fontchooser; @@ -234,7 +234,7 @@ class KateSchemaConfigFontTab : public QWidget void slotFontSelected( const TQFont &font ); }; -class KateSchemaConfigFontColorTab : public QWidget +class KateSchemaConfigFontColorTab : public TQWidget { Q_OBJECT @@ -254,7 +254,7 @@ class KateSchemaConfigFontColorTab : public QWidget TQIntDict m_defaultStyleLists; }; -class KateSchemaConfigHighlightTab : public QWidget +class KateSchemaConfigHighlightTab : public TQWidget { Q_OBJECT -- cgit v1.2.1