diff options
| author | 2010-01-31 20:50:30 +0000 | |
|---|---|---|
| committer | 2010-01-31 20:50:30 +0000 | |
| commit | fcc84bafeb8562d8135f36cdec58a0760fce7c88 (patch) | |
| tree | 252c8ab18f6eaaf739a8ed9bb7985a536706b0d7 /src/modules/setup/setupwizard.h | |
| parent | RU translation patch from RT200(Kagami) (diff) | |
| download | KVIrc-fcc84bafeb8562d8135f36cdec58a0760fce7c88.tar.gz KVIrc-fcc84bafeb8562d8135f36cdec58a0760fce7c88.tar.bz2 KVIrc-fcc84bafeb8562d8135f36cdec58a0760fce7c88.zip | |
fixed "portable mode" in setup not activating the "next page" button correctly
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3922 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/setup/setupwizard.h')
| -rw-r--r-- | src/modules/setup/setupwizard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/setup/setupwizard.h b/src/modules/setup/setupwizard.h index a4394303c..079c73239 100644 --- a/src/modules/setup/setupwizard.h +++ b/src/modules/setup/setupwizard.h @@ -148,7 +148,8 @@ public slots: void oldDirClicked(); void newDirClicked(); - + void portableClicked(); + void oldDataTextChanged ( const QString & ); void newDataTextChanged ( const QString & ); void newIncomingTextChanged ( const QString & ); |
