diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:20:32 +0000 |
commit | e140fe793e447985ac06d109a8548ab62ea99d6e (patch) | |
tree | 0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /libkdeedu | |
parent | 0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff) | |
download | tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkdeedu')
-rw-r--r-- | libkdeedu/extdate/extdatepicker.h | 2 | ||||
-rw-r--r-- | libkdeedu/extdate/testwidget.h | 4 | ||||
-rw-r--r-- | libkdeedu/kdeeduplot/kplotobject.h | 4 | ||||
-rw-r--r-- | libkdeedu/kdeeduplot/kplotwidget.h | 4 | ||||
-rw-r--r-- | libkdeedu/kdeeduui/kdeeduglossary.h | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/libkdeedu/extdate/extdatepicker.h b/libkdeedu/extdate/extdatepicker.h index 732ff7e1..8c745b52 100644 --- a/libkdeedu/extdate/extdatepicker.h +++ b/libkdeedu/extdate/extdatepicker.h @@ -26,7 +26,7 @@ #include "extdatetime.h" class KLineEdit; -class QToolButton; +class TQToolButton; class ExtDateValidator; class ExtDateTable; diff --git a/libkdeedu/extdate/testwidget.h b/libkdeedu/extdate/testwidget.h index fce00a39..ed6fb70b 100644 --- a/libkdeedu/extdate/testwidget.h +++ b/libkdeedu/extdate/testwidget.h @@ -25,8 +25,8 @@ class KLineEdit; class KDateWidget; class ExtDatePicker; class ExtDateWidget; -class QGridLayout; -class QDate; +class TQGridLayout; +class TQDate; class ExtDate; class TestWidget : public KMainWindow { diff --git a/libkdeedu/kdeeduplot/kplotobject.h b/libkdeedu/kdeeduplot/kplotobject.h index 69fcd054..2474fc32 100644 --- a/libkdeedu/kdeeduplot/kplotobject.h +++ b/libkdeedu/kdeeduplot/kplotobject.h @@ -19,8 +19,8 @@ #define KPLOTOBJECT_H -class QString; -class QPainter; +class TQString; +class TQPainter; #include <kdemacros.h> diff --git a/libkdeedu/kdeeduplot/kplotwidget.h b/libkdeedu/kdeeduplot/kplotwidget.h index 216e6209..5ed550ec 100644 --- a/libkdeedu/kdeeduplot/kplotwidget.h +++ b/libkdeedu/kdeeduplot/kplotwidget.h @@ -27,8 +27,8 @@ #define XPADDING 20 #define YPADDING 20 -class QColor; -class QPixmap; +class TQColor; +class TQPixmap; /**@class KPlotWidget *@short Genric data plotting widget. diff --git a/libkdeedu/kdeeduui/kdeeduglossary.h b/libkdeedu/kdeeduui/kdeeduglossary.h index d6628d99..44b0cf85 100644 --- a/libkdeedu/kdeeduui/kdeeduglossary.h +++ b/libkdeedu/kdeeduui/kdeeduglossary.h @@ -19,9 +19,9 @@ #include <khtml_part.h> #include <kdialogbase.h> -class QChar; -class QDomDocument; -class QListViewItem; +class TQChar; +class TQDomDocument; +class TQListViewItem; class KListView; class KListViewSearchLine; class KActionCollection; |