diff options
author | Slávek Banko <[email protected]> | 2013-06-29 16:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:57:45 +0200 |
commit | f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch) | |
tree | 0414ba9f0823b98d2a159c11513ddcda84b932cc /src/entrywidgetexternal.cpp | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/entrywidgetexternal.cpp')
-rw-r--r-- | src/entrywidgetexternal.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/entrywidgetexternal.cpp b/src/entrywidgetexternal.cpp index f316c82..ef5e84c 100644 --- a/src/entrywidgetexternal.cpp +++ b/src/entrywidgetexternal.cpp @@ -23,12 +23,12 @@ #include <kpushbutton.h> #include <kdialog.h> -#include <klocale.h> -#include <kfiledialog.h> +#include <tdelocale.h> +#include <tdefiledialog.h> #include <kurl.h> #include <kurllabel.h> #include <kiconloader.h> -#include <kpopupmenu.h> +#include <tdepopupmenu.h> #include <fieldlineedit.h> #include <settings.h> @@ -278,7 +278,7 @@ namespace KBibTeX containerLayout->addStretch( 10 ); m_pushButtonBrowseLocalFile->setIconSet( TQIconSet( SmallIcon( "fileopen" ) ) ); - KPopupMenu *menu = new KPopupMenu( m_pushButtonBrowseLocalFile ); + TDEPopupMenu *menu = new TDEPopupMenu( m_pushButtonBrowseLocalFile ); menu->insertTitle( i18n( "Select base directory" ) ); menu->insertItem( TQIconSet( SmallIcon( "favorite" ) ), i18n( "Current directory" ), m_menuIdCurrentDirectory ); if ( m_previousDirectory != TQString::null ) |