summaryrefslogtreecommitdiffstats
path: root/fbbrowser/ui_fbbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbbrowser/ui_fbbrowser.h')
-rw-r--r--fbbrowser/ui_fbbrowser.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/fbbrowser/ui_fbbrowser.h b/fbbrowser/ui_fbbrowser.h
deleted file mode 100644
index 5c5d7b1..0000000
--- a/fbbrowser/ui_fbbrowser.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/********************************************************************************
-** Form generated from reading UI file 'fbbrowser.ui'
-**
-** Created: Tue Jan 18 15:37:41 2011
-** by: Qt User Interface Compiler version 4.7.1
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_FBBROWSER_H
-#define UI_FBBROWSER_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QHeaderView>
-#include <QtGui/QWidget>
-
-QT_BEGIN_NAMESPACE
-
-class Ui_fbbrowserClass
-{
-public:
-
- void setupUi(QWidget *fbbrowserClass)
- {
- if (fbbrowserClass->objectName().isEmpty())
- fbbrowserClass->setObjectName(QString::fromUtf8("fbbrowserClass"));
- fbbrowserClass->resize(400, 300);
-
- retranslateUi(fbbrowserClass);
-
- QMetaObject::connectSlotsByName(fbbrowserClass);
- } // setupUi
-
- void retranslateUi(QWidget *fbbrowserClass)
- {
- fbbrowserClass->setWindowTitle(QApplication::translate("fbbrowserClass", "fbbrowser", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
-
-};
-
-namespace Ui {
- class fbbrowserClass: public Ui_fbbrowserClass {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_FBBROWSER_H