diff src/AboutDialog.h @ 749:65171b865963

A first step toward reducing compile dependencies. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1026 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 02 Oct 2010 12:15:20 +0000
parents aae5a8d04f70
children ac165b6ae67e
line wrap: on
line diff
--- a/src/AboutDialog.h	Sat Oct 02 12:07:15 2010 +0000
+++ b/src/AboutDialog.h	Sat Oct 02 12:15:20 2010 +0000
@@ -21,16 +21,12 @@
 #define ABOUTDIALOG_H
 
 #include <QDialog>
-#include <QUrl>
-#include <QDesktopServices>
-#include <QScrollBar>
-#include <QTimer>
-#include "ui_AboutDialog.h"
 
-#include <QLocale>
+namespace Ui {
+	class AboutDialog;
+}
 
-
-class AboutDialog : public QDialog, private Ui::AboutDialog
+class AboutDialog : public QDialog
 {
     Q_OBJECT
 
@@ -47,6 +43,8 @@
 private:
     void changeEvent(QEvent *event);
 
+	Ui::AboutDialog* dialogForm;
+
     QString gplText;
     QString textBrowserSavedContent;
     int scrollDirection;