Fix klipper FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1227014 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e057cf9e08
commit 5abec43123

@ -1075,7 +1075,7 @@ static Bool update_x_time_predicate( Display*, XEvent* event, XPointer )
void KlipperWidget::updateTimestamp()
{ // Qt3.3.0 and 3.3.1 use qt_x_user_time for clipboard operations
Time& time = ( strcmp( qVersion(), "3.3.1" ) == 0
Time time = ( strcmp( qVersion(), "3.3.1" ) == 0
|| strcmp( qVersion(), "3.3.0" ) == 0 )
? GET_QT_X_USER_TIME() : GET_QT_X_TIME();
static TQWidget* w = 0;

Loading…
Cancel
Save