summaryrefslogtreecommitdiffstats
path: root/src/profilemanagerbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profilemanagerbase.cpp')
-rw-r--r--src/profilemanagerbase.cpp53
1 files changed, 0 insertions, 53 deletions
diff --git a/src/profilemanagerbase.cpp b/src/profilemanagerbase.cpp
deleted file mode 100644
index c626dc7..0000000
--- a/src/profilemanagerbase.cpp
+++ /dev/null
@@ -1,53 +0,0 @@
-#include <kdialog.h>
-#include <tdelocale.h>
-/****************************************************************************
-** Form implementation generated from reading ui file './profilemanagerbase.ui'
-**
-** Created: Mon Aug 28 16:23:54 2006
-** by: The User Interface Compiler ($Id: tqt/main.cpp 3.3.6 edited Aug 31 2005 $)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-
-#include "profilemanagerbase.h"
-
-#include <tqvariant.h>
-#include <tqlayout.h>
-#include <tqtooltip.h>
-#include <tqwhatsthis.h>
-
-/*
- * Constructs a ProfileManagerDialogBase as a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-ProfileManagerDialogBase::ProfileManagerDialogBase( TQWidget* parent, const char* name, WFlags fl )
- : TQWidget( parent, name, fl )
-{
- if ( !name )
- setName( "ProfileManagerDialogBase" );
- setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)3, (TQSizePolicy::SizeType)3, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setMinimumSize( TQSize( 550, 450 ) );
- ProfileManagerDialogBaseLayout = new TQGridLayout( this, 1, 1, 11, 6, "ProfileManagerDialogBaseLayout");
- languageChange();
- resize( TQSize(622, 622).expandedTo(minimumSizeHint()) );
- clearWState( WState_Polished );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-ProfileManagerDialogBase::~ProfileManagerDialogBase()
-{
- // no need to delete child widgets, TQt does it all for us
-}
-
-/*
- * Sets the strings of the subwidgets using the current
- * language.
- */
-void ProfileManagerDialogBase::languageChange()
-{
- setCaption( tr2i18n( "Profile Manager" ) );
-}
-
-#include "profilemanagerbase.moc"