mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
less Q3:
* remove unused Q3 includes * port some Q3VBox, Q3HBox, Q3Frame, Q3GroupBox, Q3PopupMenu, Q3CString svn path=/trunk/KDE/kdebase/kdepasswd/; revision=484167
This commit is contained in:
parent
73be974b33
commit
fe5fe27fb5
7 changed files with 2 additions and 13 deletions
|
@ -16,8 +16,6 @@
|
|||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <q3cstring.h>
|
||||
|
||||
#include <kdesu/process.h>
|
||||
#include <kdebug.h>
|
||||
#include <kdebug.h>
|
||||
|
@ -52,7 +50,7 @@ int ChfnProcess::ConverseChfn(const char *pass)
|
|||
{
|
||||
int status=-1;
|
||||
|
||||
Q3CString line;
|
||||
QByteArray line;
|
||||
while(1)
|
||||
{
|
||||
line = readLine();
|
||||
|
|
|
@ -23,10 +23,8 @@
|
|||
#include <qlayout.h>
|
||||
#include <qlabel.h>
|
||||
#include <qlineedit.h>
|
||||
#include <q3buttongroup.h>
|
||||
#include <qevent.h>
|
||||
#include <qpixmap.h>
|
||||
#include <q3cstring.h>
|
||||
#include <qstringlist.h>
|
||||
#include <qlayout.h>
|
||||
//Added by qt3to4:
|
||||
|
|
|
@ -61,7 +61,7 @@ int main(int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
Q3CString oldpass;
|
||||
QByteArray oldpass;
|
||||
if (!bRoot)
|
||||
{
|
||||
int result = KDEpasswd1Dialog::getPassword(oldpass);
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
|
||||
#include "passwd.h"
|
||||
#include "passwddlg.h"
|
||||
//Added by qt3to4:
|
||||
#include <Q3CString>
|
||||
|
||||
|
||||
KDEpasswd1Dialog::KDEpasswd1Dialog()
|
||||
: KPasswordDialog(Password, false, 0)
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <kdebug.h>
|
||||
#include <kapplication.h>
|
||||
#include <kcmdlineargs.h>
|
||||
#include <Q3TextEdit>
|
||||
#include <qlabel.h>
|
||||
#include <ktextedit.h>
|
||||
#include <kvbox.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <kbookmark.h>
|
||||
//Added by qt3to4:
|
||||
#include <QMap>
|
||||
#include <Q3MimeSourceFactory>
|
||||
|
||||
|
||||
// Interface adds the affectedBookmarks method
|
||||
|
|
|
@ -67,8 +67,6 @@
|
|||
#include <QMenu>
|
||||
#include <qpixmap.h>
|
||||
#include <qtimer.h>
|
||||
#include <q3dropsite.h>
|
||||
#include <q3dragobject.h>
|
||||
#include <qtextcodec.h>
|
||||
#include <qlayout.h>
|
||||
//Added by qt3to4:
|
||||
|
|
Loading…
Reference in a new issue