diff options
Diffstat (limited to 'src/app/history.h')
-rw-r--r-- | src/app/history.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/app/history.h b/src/app/history.h index 1d4685a..8630cfe 100644 --- a/src/app/history.h +++ b/src/app/history.h @@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef HISTORY_H #define HISTORY_H -// Qt -#include <qobject.h> -#include <qvaluelist.h> +// TQt +#include <tqobject.h> +#include <tqvaluelist.h> // KDE #include <kurl.h> @@ -32,11 +32,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. class KToolBarPopupAction; class KActionCollection; -typedef QValueList<KURL> HistoryList; +typedef TQValueList<KURL> HistoryList; namespace Gwenview { -class History : public QObject { +class History : public TQObject { Q_OBJECT + TQ_OBJECT public: History(KActionCollection*); |