diff options
author | Michele Calgaro <[email protected]> | 2024-02-20 10:28:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-20 10:28:37 +0900 |
commit | 4854ff4c2d8e19a9ac109a499d253484efd11f5b (patch) | |
tree | f39169218e6909b20d41204ea7a2f439ef50badd /src | |
parent | b7c7b7ba64029d79c132e8fb492a2ee77ae4b63b (diff) | |
download | kvpnc-4854ff4c2d8e19a9ac109a499d253484efd11f5b.tar.gz kvpnc-4854ff4c2d8e19a9ac109a499d253484efd11f5b.zip |
Removed unused files
Signed-off-by: Michele Calgaro <[email protected]>
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" |