[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/khexedit
From:       Laurent Montel <montel () kde ! org>
Date:       2006-10-11 12:11:22
Message-ID: 1160568682.873134.14190.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 594467 by mlaurent:

Q3Frame--


 M  +0 -2      exportdialog.h  
 M  +1 -2      optiondialog.h  
 M  +2 -2      searchbar.cc  
 M  +3 -3      searchbar.h  


--- trunk/KDE/kdeutils/khexedit/exportdialog.h #594466:594467
@@ -1,7 +1,6 @@
 //Added by qt3to4:
 #include <QLabel>
 #include <QShowEvent>
-#include <Q3Frame>
 /*
  *   khexedit - Versatile hex editor
  *   Copyright (C) 1999  Espen Sand, espensa@online.no
@@ -29,7 +28,6 @@
 class Q3ButtonGroup;
 class QComboBox;
 class QCheckBox;
-class Q3Frame;
 class QLabel;
 class QLineEdit;
 class QSpinBox;
--- trunk/KDE/kdeutils/khexedit/optiondialog.h #594466:594467
@@ -1,7 +1,7 @@
 //Added by qt3to4:
 #include <QDragLeaveEvent>
 #include <QDragMoveEvent>
-#include <Q3Frame>
+#include <QFrame>
 #include <QDropEvent>
 #include <QLabel>
 #include <QShowEvent>
@@ -31,7 +31,6 @@
 
 
 class QComboBox;
-class Q3Frame;
 class QCheckBox;
 class QLabel;
 class QLineEdit;
--- trunk/KDE/kdeutils/khexedit/searchbar.cc #594466:594467
@@ -51,8 +51,8 @@
 "                ",
 "                "};
 
-CSearchBar::CSearchBar( QWidget *parent, const char *name, Qt::WFlags f )
-  :Q3Frame( parent, name, f )
+CSearchBar::CSearchBar( QWidget *parent )
+  :QFrame( parent )
 {
   setFrameStyle( QFrame::Panel | QFrame::Raised );
   setLineWidth( 1 );
--- trunk/KDE/kdeutils/khexedit/searchbar.h #594466:594467
@@ -20,7 +20,7 @@
 #ifndef _SEARCHBAR_H_
 #define _SEARCHBAR_H_
 
-#include <q3frame.h>
+#include <QFrame>
 //Added by qt3to4:
 #include <QShowEvent>
 #include <QEvent>
@@ -33,12 +33,12 @@
 class QCheckBox;
 class CHexValidator;
 
-class CSearchBar : public Q3Frame
+class CSearchBar : public QFrame
 {
   Q_OBJECT
   
   public:
-    CSearchBar( QWidget *parent=0, const char *name=0, Qt::WFlags f=0 );
+    CSearchBar( QWidget *parent=0 );
     virtual bool eventFilter( QObject *o, QEvent *e );
 
   public slots:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic