diff options
| author | 2010-03-02 08:09:39 +0000 | |
|---|---|---|
| committer | 2010-03-02 08:09:39 +0000 | |
| commit | 0cb55eb4ddfec65c19c9978a53a03383825f217e (patch) | |
| tree | c15823b4d7c81b98242a9c220aee1e05f8c39a9e /src | |
| parent | actualizar (diff) | |
| download | KVIrc-0cb55eb4ddfec65c19c9978a53a03383825f217e.tar.gz KVIrc-0cb55eb4ddfec65c19c9978a53a03383825f217e.tar.bz2 KVIrc-0cb55eb4ddfec65c19c9978a53a03383825f217e.zip | |
Another compilation fix under win
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4080 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/classeditor/classeditor.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h index 1642dbd37..739226f27 100644 --- a/src/modules/classeditor/classeditor.h +++ b/src/modules/classeditor/classeditor.h @@ -266,12 +266,6 @@ protected: QWidget * m_pParent; protected slots: void textChanged(const QString &); - void newClass(); -/*signals: - void replaceAll(const QString &, const QString &); - void initFind(); - void nextFind(const QString &); -*/ }; class KviClassEditorFunctionDialog: public QDialog @@ -291,11 +285,5 @@ protected: QWidget * m_pParent; protected slots: void textChanged(const QString &); - // void newClass(); -/*signals: - void replaceAll(const QString &, const QString &); - void initFind(); - void nextFind(const QString &); -*/ }; #endif //_ALIASEDITOR_H_ |
