summaryrefslogtreecommitdiffstats
path: root/kwallet/kbetterthankdialogbase.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:06 -0600
commit79fd2b2bbd9f842ce3c84c67e3314033a9cceea4 (patch)
treed6d2174614dc2384de6f77a930aaf3d06b276fae /kwallet/kbetterthankdialogbase.ui.h
parentc3e3301aba81e1c1771fa309941888a8b0fb59bc (diff)
downloadtdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.tar.gz
tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kwallet/kbetterthankdialogbase.ui.h')
-rw-r--r--kwallet/kbetterthankdialogbase.ui.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/kwallet/kbetterthankdialogbase.ui.h b/kwallet/kbetterthankdialogbase.ui.h
deleted file mode 100644
index e97ffd1..0000000
--- a/kwallet/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
-** TQt 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(3);
- } else if (sender() == _allowAlways) {
- done(1);
- } else if (sender() == _deny) {
- done(4);
- } else if (sender() == _denyForever) {
- done(2);
- }
-}
-
-
-void KBetterThanKDialogBase::setLabel( const TQString & label )
-{
- _label->setText(label);
-}
-
-
-void KBetterThanKDialogBase::init()
-{
- _allowOnce->setFocus();
-}
-
-
-void KBetterThanKDialogBase::accept()
-{
- setResult(3);
-}
-
-
-void KBetterThanKDialogBase::reject()
-{
- TQDialog::reject();
- setResult(4);
-}