summaryrefslogtreecommitdiffstats
path: root/src/arkollon/wizardbase.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arkollon/wizardbase.ui.h')
-rw-r--r--src/arkollon/wizardbase.ui.h58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/arkollon/wizardbase.ui.h b/src/arkollon/wizardbase.ui.h
deleted file mode 100644
index ccc1764..0000000
--- a/src/arkollon/wizardbase.ui.h
+++ /dev/null
@@ -1,58 +0,0 @@
-#include "data.h"
-
-void WizardBase::setAppName( TQString n )
-{
- TQPixmap tmp;
- tmp.convertFromImage(qembed_findImage("packageIcon"));
- appIcon->setPixmap(tmp);
- tmp.convertFromImage(qembed_findImage("splash"));
- splash->setPixmap(tmp);
-
- setCaption("Installing "+n);
- titleLabel->setText("<b>Installing "+n+"</b>");
- appNameLabel->setText("<b>"+n+"</b>");
- shortcutBox->setText("Place a shortcut to "+n+" on the desktop");
-}
-
-
-void WizardBase::nextPressed()
-{
-
-}
-
-
-void WizardBase::previousPressed()
-{
-
-}
-
-
-void WizardBase::cancelPressed()
-{
-
-}
-
-
-void WizardBase::browsePressed()
-{
-
-}
-
-
-void WizardBase::runPressed()
-{
-
-}
-
-
-void WizardBase::logPressed()
-{
-
-}
-
-
-
-void WizardBase::componentSelected( TQListViewItem * item )
-{
-
-}