summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/crefselectdialog.h
blob: 51f6666ab4280df234ea7b647ff689d863e27be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*********
*
* 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
//TQt includes
#include <tqwidget.h>
#include <tqstring.h>
class TQLineEdit;

//KDE includes
#include <kdialog.h>
#include <kdialogbase.h>


// BT includes
#include "ckeychooser.h"

//class CRefSelectDialog : public KDialogBase  {
//  Q_OBJECT
  
// public:
//  CRefSelectDialog(TQWidget *parent);
//  virtual ~CRefSelectDialog();
//
//  void setChooser(CKeyChooser* const chooser);
//
// public slots:
//   void slotPressedOk();
//   void slotPressedCancel();
//
//
// protected:
//   void restoreParent();
//
// private:
//  TQWidget*     m_page;
//  TQWidget*     m_placeholder;
//  TQWidget*     m_oldParent;
//  CKeyChooser* m_chooser;
//  TQLineEdit*   m_lineedit;
//  TQPoint       m_oldPos;
//};
#endif