summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/authorsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/authorsdialog.h')
-rw-r--r--krecipes/src/dialogs/authorsdialog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/krecipes/src/dialogs/authorsdialog.h b/krecipes/src/dialogs/authorsdialog.h
index c7026cc..9e4cae9 100644
--- a/krecipes/src/dialogs/authorsdialog.h
+++ b/krecipes/src/dialogs/authorsdialog.h
@@ -13,10 +13,10 @@
#ifndef AUTHORSDIALOG_H
#define AUTHORSDIALOG_H
-#include <qwidget.h>
-#include <qpushbutton.h>
-#include <qhbox.h>
-#include <qlayout.h>
+#include <ntqwidget.h>
+#include <ntqpushbutton.h>
+#include <ntqhbox.h>
+#include <ntqlayout.h>
#include <kiconloader.h>
#include <klistview.h>
@@ -29,14 +29,14 @@ class StdAuthorListView;
@author Unai Garro
*/
-class AuthorsDialog: public QWidget
+class AuthorsDialog: public TQWidget
{
Q_OBJECT
public:
- AuthorsDialog( QWidget* parent, RecipeDB *db );
+ AuthorsDialog( TQWidget* parent, RecipeDB *db );
~AuthorsDialog();
void reload( ReloadFlags flag = Load );
private:
@@ -44,8 +44,8 @@ private:
RecipeDB *database;
//Widgets
StdAuthorListView *authorListView;
- QPushButton *newAuthorButton;
- QPushButton *removeAuthorButton;
+ TQPushButton *newAuthorButton;
+ TQPushButton *removeAuthorButton;
KIconLoader *il;
};
#endif