Unbroke "List Sessions" feature which nobody uses

svn path=/branches/KDE_3_1_BRANCH/kdebase/konsole/; revision=255238
This commit is contained in:
Stephan Binner
2003-09-30 22:35:04 +00:00
parent 8f0550d335
commit aa802e8e8d
2 changed files with 2 additions and 2 deletions

View File

@@ -1798,7 +1798,7 @@ void Konsole::listSessions()
m_sessionList->popup(mapToGlobal(QPoint((width()/2)-(m_sessionList->width()/2),(height()/2)-(m_sessionList->height()/2))));
}
void Konsole::activateSession(const int position)
void Konsole::activateSession(int position)
{
if (position<=0 || position>(int)sessions.count())
return;

View File

@@ -102,7 +102,7 @@ public:
void callReadPropertiesInternal(KConfig *config, int number) { readPropertiesInternal(config,number); }
public slots:
void activateSession(const int position);
void activateSession(int position);
void makeGUI();
QString newSession();