diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-20 10:28:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-20 21:10:05 +0900 |
| commit | 942ccb8e1e90473f8c8286f0ebffe708d5b8fa31 (patch) | |
| tree | f39169218e6909b20d41204ea7a2f439ef50badd /src | |
| parent | 6a1ecf871e57b247359707c3609c93e052e2bd18 (diff) | |
| download | kvpnc-942ccb8e1e90473f8c8286f0ebffe708d5b8fa31.tar.gz kvpnc-942ccb8e1e90473f8c8286f0ebffe708d5b8fa31.zip | |
Removed unused files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4854ff4c2d8e19a9ac109a499d253484efd11f5b)
Diffstat (limited to 'src')
| -rw-r--r-- | src/profilemanagerbase.cpp | 53 |
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" |
