diff options
| author | 2010-06-07 01:12:27 +0000 | |
|---|---|---|
| committer | 2010-06-07 01:12:27 +0000 | |
| commit | 7ec4dda4219f796cade73f00fea14fc4b2bdd7a5 (patch) | |
| tree | ca824edd40116284cb126d9f62608445a20529ae /src/modules/actioneditor/actioneditor.h | |
| parent | Correctly enable the 'Connect Now' button at startup (diff) | |
| download | KVIrc-7ec4dda4219f796cade73f00fea14fc4b2bdd7a5.tar.gz KVIrc-7ec4dda4219f796cade73f00fea14fc4b2bdd7a5.tar.bz2 KVIrc-7ec4dda4219f796cade73f00fea14fc4b2bdd7a5.zip | |
Fix some icon issues
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4424 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/actioneditor/actioneditor.h')
| -rw-r--r-- | src/modules/actioneditor/actioneditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/actioneditor/actioneditor.h b/src/modules/actioneditor/actioneditor.h index dc8ea08b6..8268b5be5 100644 --- a/src/modules/actioneditor/actioneditor.h +++ b/src/modules/actioneditor/actioneditor.h @@ -145,6 +145,8 @@ public: protected slots: void chooseSmallIcon(); void chooseBigIcon(); + void displaySmallIcon(const QString &szIconId); + void displayBigIcon(const QString &szIconId); void needsContextCheckToggled(bool); void needsConnectionCheckToggled(bool); void specificWindowsCheckToggled(bool); |
