summaryrefslogtreecommitdiff
path: root/bibletime/frontend/keychooser/crefselectdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/crefselectdialog.h')
-rw-r--r--bibletime/frontend/keychooser/crefselectdialog.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/bibletime/frontend/keychooser/crefselectdialog.h b/bibletime/frontend/keychooser/crefselectdialog.h
deleted file mode 100644
index 3d78ffe..0000000
--- a/bibletime/frontend/keychooser/crefselectdialog.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/*********
-*
-* This file is part of BibleTime's source code, http://www.bibletime.info/.
-*
-* Copyright 1999-2006 by the BibleTime developers.
-* The BibleTime source code is licensed under the GNU General Public License version 2.0.
-*
-**********/
-
-
-
-#ifndef CREFSELECTDIALOG_H
-#define CREFSELECTDIALOG_H
-//Qt includes
-#include <qwidget.h>
-#include <qstring.h>
-class QLineEdit;
-
-//KDE includes
-#include <kdialog.h>
-#include <kdialogbase.h>
-
-
-// BT includes
-#include "ckeychooser.h"
-
-//class CRefSelectDialog : public KDialogBase {
-// Q_OBJECT
-// public:
-// CRefSelectDialog(QWidget *parent);
-// virtual ~CRefSelectDialog();
-//
-// void setChooser(CKeyChooser* const chooser);
-//
-// public slots:
-// void slotPressedOk();
-// void slotPressedCancel();
-//
-//
-// protected:
-// void restoreParent();
-//
-// private:
-// QWidget* m_page;
-// QWidget* m_placeholder;
-// QWidget* m_oldParent;
-// CKeyChooser* m_chooser;
-// QLineEdit* m_lineedit;
-// QPoint m_oldPos;
-//};
-#endif
-
-
-
-
-