summaryrefslogtreecommitdiffstats
path: root/kio/misc/tdewalletd/kbetterthankdialogbase.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:16 -0600
commit5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch)
tree9b70e8be47a390f8f4d56ead812ab0c9dad88709 /kio/misc/tdewalletd/kbetterthankdialogbase.ui.h
parentc17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff)
downloadtdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz
tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kio/misc/tdewalletd/kbetterthankdialogbase.ui.h')
-rw-r--r--kio/misc/tdewalletd/kbetterthankdialogbase.ui.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/kio/misc/tdewalletd/kbetterthankdialogbase.ui.h b/kio/misc/tdewalletd/kbetterthankdialogbase.ui.h
deleted file mode 100644
index 2b3e16b0d..000000000
--- a/kio/misc/tdewalletd/kbetterthankdialogbase.ui.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
-**
-** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
-**
-** You should not define a constructor or destructor in this file.
-** Instead, write your code in functions called init() and destroy().
-** These will automatically be called by the form's constructor and
-** destructor.
-*****************************************************************************/
-
-
-void KBetterThanKDialogBase::clicked()
-{
- if (sender() == _allowOnce) {
- done(0);
- } else if (sender() == _allowAlways) {
- done(1);
- } else if (sender() == _deny) {
- done(2);
- } else if (sender() == _denyForever) {
- done(3);
- }
-}
-
-
-void KBetterThanKDialogBase::setLabel( const TQString & label )
-{
- _label->setText(label);
-}
-
-
-void KBetterThanKDialogBase::init()
-{
- _allowOnce->setFocus();
-}
-
-
-void KBetterThanKDialogBase::accept()
-{
- setResult(0);
-}
-
-
-void KBetterThanKDialogBase::reject()
-{
- TQDialog::reject();
- setResult(2);
-}