diff options
Diffstat (limited to 'ksysguard/gui/KSysGuardApplet.cc')
-rw-r--r-- | ksysguard/gui/KSysGuardApplet.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/KSysGuardApplet.cc b/ksysguard/gui/KSysGuardApplet.cc index 6295ef652..eba27669d 100644 --- a/ksysguard/gui/KSysGuardApplet.cc +++ b/ksysguard/gui/KSysGuardApplet.cc @@ -203,7 +203,7 @@ void KSysGuardApplet::dropEvent( TQDropEvent *e ) int dock = findDock( e->pos() ); if ( mDockList[ dock ]->isA( TQFRAME_OBJECT_NAME_STRING ) ) { if ( sensorType == "integer" || sensorType == "float" ) { - KPopupMenu popup; + TDEPopupMenu popup; TQWidget *wdg = 0; popup.insertTitle( i18n( "Select Display Type" ) ); |