Add new emitResizedSignal method to QDesktopWidget

pull/1/head
Timothy Pearson 13 years ago
parent a4652cb953
commit 25e53f98b7

@ -75,6 +75,8 @@ public:
Display * x11Display( void ) { return this->x11Info().display(); }
int x11Screen( void ) { return this->x11Info().screen(); }
inline void emitResizedSignal(int value) { emit resized(value); }
public Q_SLOTS:
void tqt_handle_qt_destroyed(QObject* obj) { emit destroyed(TQT_TQOBJECT(obj)); }
@ -115,6 +117,8 @@ public:
void insertChild( TQObject * );
inline void emitResizedSignal(int value) { emit resized(value); }
Q_SIGNALS:
void resized( int );
void workAreaResized( int );

Loading…
Cancel
Save