/********* * * 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 #include class TQLineEdit; //TDE includes #include #include // BT includes #include "ckeychooser.h" //class CRefSelectDialog : public KDialogBase { // TQ_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