diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-26 11:37:11 +0100 |
commit | 8dda858403d283f1850c0298aac0fb5212a27952 (patch) | |
tree | b21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/mainwindow.h | |
parent | Fixing scripts and tests to start reloading them.. (diff) | |
download | rekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz |
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index db75b1bd..66c796cc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -33,6 +33,7 @@ // Local Includes +#include "rekonqprivate_export.h" #include "application.h" #include "previewselectorbar.h" @@ -62,7 +63,7 @@ class MainView; * It handles the menus, toolbars, and status bars. * */ -class MainWindow : public KMainWindow +class REKONQ_TESTS_EXPORT MainWindow : public KMainWindow { Q_OBJECT |