summaryrefslogtreecommitdiffstats
path: root/kshowmail/filterlogview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 15:59:03 -0500
commit9c02dbb59ce57c68dc177d9294b980bf114a3e11 (patch)
treeb1b40423c9be9a42a97cd0e8f3af3139aefb6fa0 /kshowmail/filterlogview.h
parent0b875800e452c97b1a3f25aba5f029a8c33a4b93 (diff)
downloadkshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.tar.gz
kshowmail-9c02dbb59ce57c68dc177d9294b980bf114a3e11.zip
Update to TDE R14 API
Diffstat (limited to 'kshowmail/filterlogview.h')
-rw-r--r--kshowmail/filterlogview.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kshowmail/filterlogview.h b/kshowmail/filterlogview.h
index a138de8..b60d1b9 100644
--- a/kshowmail/filterlogview.h
+++ b/kshowmail/filterlogview.h
@@ -12,15 +12,15 @@
#ifndef FILTERLOGVIEW_H
#define FILTERLOGVIEW_H
-//Qt headers
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qtooltip.h>
+//TQt headers
+#include <ntqlabel.h>
+#include <ntqlayout.h>
+#include <ntqtooltip.h>
//KDE headers
#include <kdialogbase.h>
-#include <klocale.h>
-#include <klistview.h>
+#include <tdelocale.h>
+#include <tdelistview.h>
#include <kpushbutton.h>
#include <kstdguiitem.h>
#include <kseparator.h>
@@ -46,7 +46,7 @@ Q_OBJECT
* @param parent pointer to the parent widget
* @param log pointer to the filter log
*/
- FilterLogView( QWidget* parent = NULL, FilterLog* log = NULL );
+ FilterLogView( TQWidget* parent = NULL, FilterLog* log = NULL );
/**
* Destructor
@@ -63,12 +63,12 @@ Q_OBJECT
/**
* List view of deleted mails
*/
- KListView* lstViewDeleted;
+ TDEListView* lstViewDeleted;
/**
* List view of moved mails
*/
- KListView* lstViewMoved;
+ TDEListView* lstViewMoved;
private slots: