diff options
| author | 2008-06-30 13:56:38 +0000 | |
|---|---|---|
| committer | 2008-06-30 13:56:38 +0000 | |
| commit | daacd749bb954a587013d26d5b1f965b7cf60d8b (patch) | |
| tree | 31d49f7d816af250722d101fea2f399a6a222164 /src/modules/sharedfileswindow/sharedfileswindow.h | |
| parent | cleaned up kvistyledcontrols references on kvirc (complete) and modules (only... (diff) | |
| download | KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.gz KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.tar.bz2 KVIrc-daacd749bb954a587013d26d5b1f965b7cf60d8b.zip | |
trashed kvi_styledcontrols
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1972 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/sharedfileswindow/sharedfileswindow.h')
| -rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.h b/src/modules/sharedfileswindow/sharedfileswindow.h index 7fa4f7860..946f7c1c7 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.h +++ b/src/modules/sharedfileswindow/sharedfileswindow.h @@ -30,10 +30,10 @@ #include "kvi_console.h" #include "kvi_moduleextension.h" #include "kvi_sharedfiles.h" -#include "kvi_styled_controls.h" #include "kvi_tal_treewidget.h" #include <QDialog> +#include <QCheckBox> class QGridLayout; class QDateTimeEdit; @@ -65,7 +65,7 @@ public: QLineEdit * m_pUserMaskEdit; QPushButton * m_pBrowseButton; QLineEdit * m_pShareNameEdit; - KviStyledCheckBox * m_pExpireCheckBox; + QCheckBox * m_pExpireCheckBox; public: KviSharedFile * getResult(); protected slots: |
