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

List:       kde-commits
Subject:    kdelibs/kdeui/tests
From:       Stephan Binner <binner () kde ! org>
Date:       2003-05-31 9:13:06
[Download RAW message or body]

CVS commit by binner: 

Adjusting to API change


  M +2 -2      ktabwidgettest.cpp   1.24
  M +1 -1      ktabwidgettest.h   1.17


--- kdelibs/kdeui/tests/ktabwidgettest.h  #1.16:1.17
@@ -41,5 +41,5 @@ private slots:
   void mouseDoubleClick(QWidget*);
   void mouseMiddleClick(QWidget*);
-  void movedTab( const int, const int );
+  void movedTab( int, int );
 
   void leftPopupActivated(int);

--- kdelibs/kdeui/tests/ktabwidgettest.cpp  #1.23:1.24
@@ -35,5 +35,5 @@ Test::Test( QWidget* parent, const char 
   connect( mWidget, SIGNAL( receivedDropEvent( QWidget *, QDropEvent * )), \
SLOT(receivedDropEvent( QWidget *, QDropEvent * )));  connect( mWidget, SIGNAL( \
                initiateDrag( QWidget * )), SLOT(initiateDrag( QWidget * )));
-  connect( mWidget, SIGNAL( movedTab( const int, const int )), SLOT(movedTab( const \
int, const int ))); +  connect( mWidget, SIGNAL( movedTab( int, int )), \
SLOT(movedTab( int, int )));  mWidget->setTabReorderingEnabled( true );
 
@@ -359,5 +359,5 @@ void Test::mouseMiddleClick(QWidget *w)
 }
 
-void Test::movedTab(const int from, const int to)
+void Test::movedTab(int from, int to)
 {
   kdDebug() << "Moved tab from index " << from << " to " << to << endl;


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

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