diff options
author | Slávek Banko <[email protected]> | 2013-07-27 16:57:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 18:48:46 +0200 |
commit | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (patch) | |
tree | 4655c7263ca5c64d23d10167cb459dd9cb253815 /src/arkollon/wizardbase.ui.h | |
parent | 88ea2b6cd4382627fb6efca9cc54825aee881d1e (diff) | |
download | tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.tar.gz tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.zip |
Initial TQt conversion
Diffstat (limited to 'src/arkollon/wizardbase.ui.h')
-rw-r--r-- | src/arkollon/wizardbase.ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arkollon/wizardbase.ui.h b/src/arkollon/wizardbase.ui.h index 2fd5bce..261dafc 100644 --- a/src/arkollon/wizardbase.ui.h +++ b/src/arkollon/wizardbase.ui.h @@ -1,8 +1,8 @@ #include "data.h" -void WizardBase::setAppName( QString n ) +void WizardBase::setAppName( TQString n ) { - QPixmap tmp; + TQPixmap tmp; tmp.convertFromImage(qembed_findImage("packageIcon")); appIcon->setPixmap(tmp); tmp.convertFromImage(qembed_findImage("splash")); @@ -52,7 +52,7 @@ void WizardBase::logPressed() -void WizardBase::componentSelected( QListViewItem * ) +void WizardBase::componentSelected( TQListViewItem * ) { } |