renamed preferencesQuery_PrefsAction to queryPrefsAction
This commit is contained in:
parent
0940336d0f
commit
9db7abf439
@ -89,7 +89,7 @@
|
|||||||
<action name="toolsSpellAction"/>
|
<action name="toolsSpellAction"/>
|
||||||
</item>
|
</item>
|
||||||
<item text="&Preferences" name="preferencesMenu">
|
<item text="&Preferences" name="preferencesMenu">
|
||||||
<action name="preferencesQuery_PrefsAction"/>
|
<action name="queryPrefsAction"/>
|
||||||
<action name="extIdxAction"/>
|
<action name="extIdxAction"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
</item>
|
</item>
|
||||||
@ -290,7 +290,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action>
|
<action>
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>preferencesQuery_PrefsAction</cstring>
|
<cstring>queryPrefsAction</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="menuText">
|
<property name="menuText">
|
||||||
<string>&Query configuration</string>
|
<string>&Query configuration</string>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.41 2007-08-07 08:45:07 dockes Exp $ (C) 2005 J.F.Dockes";
|
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.42 2007-09-08 17:21:04 dockes Exp $ (C) 2005 J.F.Dockes";
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -197,8 +197,7 @@ void RclMain::init()
|
|||||||
toolsSpellAction->setEnabled(FALSE);
|
toolsSpellAction->setEnabled(FALSE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
connect(preferencesQuery_PrefsAction, SIGNAL(activated()),
|
connect(queryPrefsAction, SIGNAL(activated()), this, SLOT(showUIPrefs()));
|
||||||
this, SLOT(showUIPrefs()));
|
|
||||||
connect(extIdxAction, SIGNAL(activated()), this, SLOT(showExtIdxDialog()));
|
connect(extIdxAction, SIGNAL(activated()), this, SLOT(showExtIdxDialog()));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user